@import url("a-general.css");

p{
    font-family:  Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    text-align: justify;
}


.container{
    border: 5px solid #ee6314;
    border-radius: 15px;
    margin: 0 auto;
    width: 80%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.2);
    /* background: white;
    opacity: 0.2; */
    margin-top: 50px;
    font-weight: 500;
}

h1{
    text-align: center;
}

form{
    font-family:  Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3%;
    border: 5px solid #ee6314;
    padding-bottom: 5%;
    background-color: rgba(255, 255, 255, 0.6);
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 5%;
    margin-bottom: 7%;
    border-top-left-radius: 15%;
    border-bottom-right-radius: 15%;
    border-top-right-radius: 15%;

}


input{
    margin-left: 2%;
}

textarea{
    margin-left: 2%;
    color: #ee6314;
    font-weight: bold;
}

label{
    /* color: #ee6314; */
    font-weight: bold smaller;
    text-decoration: underline;
}
.textInput:focus {
    outline: none;
  }
  
  .erreur {
    color: #ff0000;
  }
  
  .invalide {
    border: 2px solid #ff0000 !important;
    background-color: #ffc0cb !important;
  }
  .valide {
    border: 2px solid #00ff00 !important;
    background-color: #ffffff !important;
  }
  .label {
    color: #ff0000;
    margin-bottom: 5%;
  }
  .labelOk {
    color: #00ff00;
  }
  